projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdb1ba1
)
Avoid now-obsolete function gmm-format-time-string
author
Paul Eggert
<eggert@cs.ucla.edu>
Wed, 13 Apr 2016 01:06:31 +0000
(18:06 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Wed, 13 Apr 2016 01:06:58 +0000
(18:06 -0700)
* lisp/gnus/message.el (message-insert-formatted-citation-line):
Use format-time-string instead of obsolete function
gmm-format-time-string.
lisp/gnus/message.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/message.el
b/lisp/gnus/message.el
index 32d740b0190de99bab2ddba70056656fe92d02e6..3b2cf672020e80a666dde6d83850bbc9fcae6dcd 100644
(file)
--- a/
lisp/gnus/message.el
+++ b/
lisp/gnus/message.el
@@
-3976,7
+3976,7
@@
See `message-citation-line-format'."
(>= i ?a)))
(push i lst)
(push (condition-case nil
- (
gmm-
format-time-string (format "%%%c" i) time tz)
+ (format-time-string (format "%%%c" i) time tz)
(error (format ">%c<" i)))
lst))
(setq i (1+ i)))